body {
  font-family: Khula, sans-serif;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: synthaNova;
  src: url(../SynthaNova.ttf);
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #1a73e8;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding: 0 100px;
}

.navBarGrp .container-fluid {
  padding: 0 50px !important;
}

.wrapper {
  margin-top: 4.5pc;
  min-height: 100vh;
}

.btn-outline {
  background-color: #ffedc4;
  color: #ff6d00 !important;
  border-radius: 0;
  min-width: 150px;
  text-align: center;
  padding: 11px 0 9px 0;
  border-radius: 0;
  box-shadow: 10px 10px 5px 0 #dbdbdb;
}

.btn-primary {
  background-color: #ff6d00;
  color: #fff !important;
  border: 0 solid;
  min-width: 170px;
  text-align: center;
  padding: 11px 0 9px 0;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 8px 8px 18px 0 rgb(254 76 28 / 30%);
}

.btn-primary-sm {
  background-color: #ff6d00;
  color: #fff !important;
  border: 0 solid;
  min-width: 90px;
  text-align: center;
  padding: 9px 0 5px 0;
  border-radius: 0;
  font-size: 12px;
}

.btn-outline-sm {
  border: 1px solid #ff6d00;
  color: #ff6d00;
  border-radius: 0;
  min-width: 90px;
  text-align: center;
  padding: 7px 0 5px 0;
  border-radius: 0;
  font-size: 12px;
}

.btn-primary-sm:hover,
.btn-primary:hover {
  transition: all 0.4s ease 0s;
  background-color: #4c5979;
}

.btn-outline-sm:hover,
.btn-outline:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ff6d00;
  color: #fff !important;
  transition: all 0.4s ease 0s;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.custom-select,
::placeholder {
  font-size: 14px;
  color: var(--paragraph);
}

.numTag {
  font-family: Roboto;
}

.navbar {
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  padding: 0;
}

.nav-item a {
  font-size: 15px;
  text-transform: uppercase;
  color: #4d5978;
  font-family: Jost;
  font-weight: 400;
}

.nav-item a:hover {
  color: #ff6d00;
  font-weight: 400;
}

.navbar-nav li {
  padding-top: 5px;
  margin-right: 15px;
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.logoNav img {
  height: 40px;
}

.footLogo img {
  height: 50px;
}

.bannerUi {
  height: 100vh;
  background-image: url(../images/bannerBgNew.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bannerInfo {
  padding-top: 16.5%;
}

.bannerInfo h1 {
  font-family: Jost;
  font-weight: 500;
  font-size: 50px;
  margin: 0;
}

.bannerInfo h5 {
  color: #4d5978;
  margin: 20px 0;
  font-size: 17px;
  line-height: 28px;
  width: 85%;
}

.bannerleftDots {
  width: 150px;
  padding-top: 12%;
}

.bannerleftDots img {
  width: 100%;
}

.bannerImg {
  width: 500px;
  height: 270px;
  position: absolute;
  top: 37%;
  right: -10px;
}

.bannerImg img {
  width: 100%;
  height: 100%;
}

.bannerrightDots {
  width: 130px;
  padding-top: 12%;
  float: right;
}

.bannerrightDots img {
  width: 100%;
}

.serviceBanner ul {
  margin: 4.5pc 0 0 0;
  padding: 0;
}

.serviceBanner li {
  list-style-type: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-right: 40px;
  color: #a8adbc;
  font-family: Jost;
}

.serviceBanner li :last-child {
  margin-right: 0;
}

.services {
  margin: 50px 0;
}

.headTag p {
  color: #ff6d00;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 3px;
}

.headTag h3 {
  text-align: center;
  font-weight: bolder;
  font-family: Jost;
}

.vrLeftDot {
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
}

.vrLeftDot img {
  height: 100%;
}

.vrRightDot {
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
}

.vrRightDot img {
  height: 100%;
}

.headTag {
  position: relative;
}

.serviceOut {
  margin: 50px auto 20px auto;
  padding: 20px 15px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.serviceOut h5 {
  font-family: Jost;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.serviceOut p {
  font-size: 14px;
  color: #9d9ea0;
  text-align: left;
}

.serviceList {
  text-align: left;
}

.serviceOut .btn-primary {
  background-color: transparent;
  color: #ff6d00 !important;
  border: 0 solid;
  min-width: 120px;
  text-align: center;
  padding: 5px;
  padding-top: 8px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #ff6d00;
  font-size: 13px;
  font-weight: 500;
}

.serviceOut .btn-primary:hover {
  background-color: #ff6d00;
  color: #fff !important;
  border: 0 solid;
  min-width: 120px;
  text-align: center;
  padding: 5px;
  padding-top: 8px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #ff6d00;
  font-size: 13px;
  font-weight: 500;
}

::marker {
  color: #ff6d00;
}

.serviceList ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.serviceList li {
  list-style-type: square;
  font-size: 14px;
  font-weight: 400;
  font-family: Jost;
  padding-bottom: 7px;
  color: #555;
}

.services .vrLeftDot {
  height: 90px;
}

.portfolio {
  background-color: #f8f9fa;
  padding: 50px 0 100px 0;
}

.portBack {
  background-color: #fff;
  height: 280px;
  width: 290px;
  margin: 16px auto 40px auto;
  padding: 50px 0 10px 0;
  border-radius: 5px;
  box-shadow: 0 7px 11px rgb(0 0 0 / 10%);
  position: relative;
  border-radius: 0;
}

.portCrm {
  border-bottom: 4px solid #ff6e01;
}

.portRedpaper {
  border-bottom: 4px solid #e2171a;
}

.portOne {
  border-bottom: 4px solid #005caa;
}

.portPasal {
  border-bottom: 4px solid #b90504;
}

.portTemp {
  border-bottom: 4px solid #00b1bc;
}

.portTwo {
  border-bottom: 4px solid #c33;
}

.portThree {
  border-bottom: 4px solid #21b066;
}

.portFour {
  border-bottom: 4px solid #0e99e0;
}

.portFive {
  border-bottom: 4px solid #e51c5a;
}

.portSix {
  border-bottom: 4px solid #bd836b;
}

.portSeven {
  border-bottom: 4px solid #757575;
}

.portEight {
  border-bottom: 4px solid #f692b9;
}

.prDots {
  width: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.prDots img {
  width: 100%;
}

.portfolioImg {
  width: auto;
  height: 165px;
  text-align: center;
  margin: 0 auto;
}

.portfolioImg img {
  width: 100%;
  height: 100%;
}

.portInfo {
  padding: 7px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 70px;
  position: absolute;
  bottom: 14px;
  left: 13px;
  width: 100%;
}

.portInfo p {
  color: #4c5979;
}

.portInfo h6 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Jost;
}

.port1 {
  background-color: red;
}

.startProhect {
  height: 460px;
  background-size: 100%;
  background-image: url(../images/startPrjct.jpg);
  padding-top: 9%;
  padding-left: 8%;
  background-repeat: no-repeat;
}

.startProhect h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bolder;
  font-family: Jost;
}

.startProhect h5 {
  color: #cecece;
  margin: 15px 0;
}

.startProhect .btn {
  box-shadow: none;
}

.startProhect .btn:hover {
  background-color: #da4e02;
}

.testimonals {
  background-color: #f8f9fa;
  padding: 90px 0 20px 0;
}

.testImg {
  background-color: #ff6d00;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 10px;
  margin-top: 40px;
  margin-left: 45px;
}

.testImg img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.showTestimonal {
  margin: 50px 0;
}

.testimonalInfo p {
  color: rgba(51, 51, 51, 0.75);
  width: 85%;
  font-weight: 500;
  margin: 0 auto;
}

.testimonalInfo h5 {
  font-weight: bolder;
  font-family: Jost;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #4d5978;
}

.mapUi {
  margin: 50px 0;
}

.mapFrame {
  width: auto;
  height: 550px;
  margin: 20px auto;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.mapFrame iframe {
  width: 100%;
  border-radius: 5px;
  height: 100%;
}

.socialLinks ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.socialLinks li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #4d5978;
  text-align: center;
  color: #fff;
}

.socialLinks a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.socialLinks i {
  line-height: 33px;
  font-size: 20px;
}

footer {
  background-image: url(../images/footer.jpg);
  height: 380px;
  padding: 70px 0 50px 0;
  background-size: 100%;
}

footer p {
  color: #fff;
  margin: 10px 0;
  font-size: 14px;
}

.companyInfo ul {
  margin: 0;
  padding: 0;
}

.companyInfo li {
  list-style-type: none;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  font-size: 14px;
}

.companyInfo h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.companyInfo i {
  color: #ff6d00;
}

.companyInfo a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.companyInfo a:hover {
  color: rgba(255, 255, 255, 1);
}

.footMenu {
  float: right;
}

.footMenu ul {
  margin: 0;
  padding: 0;
}

.footMenu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.footMenu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.black {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.06) 0 5px 10px;
}

.aboutUi {
  margin: 50px 0 0 0;
}

.aboutInfo {
  margin: 20px 0 40px 0;
}

.aboutInfo p {
  font-size: 15px;
  text-align: center;
}

.aboutLogo {
  width: 100px;
}

.aboutLogo img {
  width: 100%;
}

.rezonPath {
  height: 150px;
  background-color: #4d5978;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  position: relative;
}

.rezonPath h3 {
  font-family: Jost;
  font-weight: bolder;
}

.rezonPath p {
  color: #9d9ea0;
}

.rezonPath a {
  text-decoration: none;
  color: #ff6d00;
}

.arowIcon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #ff6d00;
  position: absolute;
  bottom: -10px;
  left: 49%;
}

.arowIcon i {
  line-height: 25px;
  color: #fff;
}

.aboutImg {
  width: auto;
  height: 500px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 5px 10px;
  margin: 0 auto;
}

.aboutImg img {
  width: 100%;
  height: 100%;
}

.aboutGrp {
  margin: 30px auto;
}

.progress-bar {
  margin: 0 0 10px;
  overflow: hidden;
  padding-right: 24px;
}

.progress-title-holder {
  padding-bottom: 7px;
  position: relative;
  margin: 5px 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #2e2e2e;
}

.progress-title {
  z-index: 100;
  float: left;
  color: #888;
  font-size: 12px;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progress-bar {
  background-color: transparent;
}

.progress-number-mark,
.progress-number-wrapper {
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  color: #888;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #888;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progress-content-outter {
  height: 8px;
  border-radius: 0;
  background-color: #d3d3d3;
}

.prgr {
  height: 300px;
  max-width: 700px;
  margin-top: 30px;
  padding-left: 15px;
  margin: 0 auto;
}

.progress-content {
  height: 8px;
  border-radius: 0;
  width: 0%;
}

.htmlBack {
  background-color: #4d5978;
}

.phpBack {
  background-color: #4d5978;
}

.javaBack {
  background-color: #4d5978;
}

.pBack {
  background-color: #4d5978;
}

.inBack {
  background-color: #4d5978;
}

.jsBack {
  background-color: #4d5978;
}

.team {
  margin: 50px 0;
}

.teamGrpImg {
  width: auto;
  height: 520px;
  margin: 20px auto;
}

.teamGrpImg img {
  width: 100%;
  height: 100%;
}

.portBack a {
  text-decoration: none;
}

.portBack a:hover {
  color: #4d5978;
}

.portBack:hover {
  box-shadow: rgba(0, 0, 0, 0.06) 0 5px 10px;
}

.no-bg {
  background-color: #fff !important;
}

.active {
  font-weight: 500 !important;
  color: #ff6d00 !important;
}

.contactform {
  margin: 50px 0;
}

.form-control {
  height: 50px;
  color: #4d5978;
  border-radius: 0;
}

.form-control:focus {
  color: #4d5978;
  background-color: #fff;
  border-color: #ff6d00;
  outline: 0;
  box-shadow: none;
}

.contactInfo ul {
  margin: 0;
  padding: 0;
}

.contactInfo li {
  list-style-type: none;
  display: block;
  color: #4d5978;
  margin-bottom: 25px;
  font-size: 14px;
}

.contactInfo h5 {
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
}

.contactInfo i {
  color: #ff6d00;
}

.careerUi {
  margin: 50px 0;
}

.noJobsAvailiable {
  min-height: 50vh;
  text-align: center;
  padding: 30px 0;
}

.noJobsAvailiable i {
  color: rgba(0, 0, 0, 0.6);
  font-size: 80px;
  margin-bottom: 15px;
}

.noJobsAvailiable p {
  font-size: 15px;
}

.noJobsAvailiable a {
  text-decoration: none;
  color: #ff6d00;
  font-weight: 600;
}

.jobsAvailiable {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-bottom: 30px;
}

.jobsAvailiable p {
  font-size: 14px;
  color: #888;
}

.jobsAvailiable a {
  text-decoration: none;
  font-size: 14px;
  color: #4d5978;
}

.jobsAvailiable a:hover {
  color: #ff6d00;
}

.colorText {
  color: #ff6d00;
  font-size: 14px;
  font-weight: 600;
}

.jobsAvailiable b {
  font-weight: 500;
  color: #000;
}

.jobsAvailiable h5 {
  color: #000;
  font-weight: 500;
  font-family: Jost;
  margin-bottom: 5px;
}

.careerForm .vrRightDot {
  height: 60px;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}

input[type="file" i] {
  font-size: 13px;
}

.serviceOut:hover {
  transition: all 0.4s ease 0s;
  transform: scale(1.07);
  cursor: pointer;
}

.navbar-toggler {
  padding: 0;
}

.fa-bars,
.fa-times {
  font-size: 30px;
  color: #ff6d00;
}

.homePlayer {
  width: auto;
  height: 500px;
  margin: 50px auto;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.homePlayer iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.ytp-large-play-button {
  display: none !important;
}

.ytp-cued-thumbnail-overlay-image {
  background-image: url(../images/bannerBgNew.jpg) !important;
  height: 500px;
  background-size: cover;
}

.analysisIcon {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #87c0f8;
  text-align: center;
  margin-bottom: 15px;
}

.analysisIcon i {
  color: #0684ff;
  line-height: 46px;
  font-size: 32px;
}

.designPhase {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #92e4ec;
  text-align: center;
  margin-bottom: 15px;
}

.designPhase i {
  color: #00c0f2;
  line-height: 46px;
  font-size: 32px;
}

.implementPhase {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #dbc4ff;
  text-align: center;
  margin-bottom: 15px;
}

.implementPhase i {
  color: #8c62ce;
  line-height: 46px;
  font-size: 32px;
}

.integrationPhase {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #fe9494;
  text-align: center;
  margin-bottom: 15px;
}

.integrationPhase i {
  color: #ff1717;
  line-height: 46px;
  font-size: 32px;
}

.deployPhase {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #ffe099;
  text-align: center;
  margin-bottom: 15px;
}

.deployPhase i {
  color: #ffb50d;
  line-height: 46px;
  font-size: 32px;
}

.deliveryPhase {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #d8f5d9;
  text-align: center;
  margin-bottom: 15px;
}

.deliveryPhase i {
  color: #51f598;
  line-height: 46px;
  font-size: 32px;
}

.workStyle {
  padding: 50px 0;
  margin: 20px 0;
  position: relative;
}

.workImg {
  height: 650px;
  width: 470px;
  position: absolute;
  left: 8%;
  top: 19%;
}

.workImg img {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.analysis {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
}

.analysis h6 {
  font-weight: 500;
  font-family: Jost;
  text-transform: uppercase;
}

.analysis p {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
}

.newportfolioGrp {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.portSpace {
  padding: 0 20px;
}

.newportfolioGrp .prDots {
  width: 50px;
}

.newportfolioGrp .prDots img {
  width: 100%;
}

.portLogo {
  min-height: 100px;
  text-align: center;
}

.portfolioNewImg {
  width: 150px;
  margin: 60px auto;
}

.portfolioNewImg img {
  width: 100%;
  height: 100%;
}

.portBack :hover .portfolioNewImg img {
  transform: scale(1.11);
  transition: all 0.2s linear;
}

.newportfolioGrp p {
  color: #ff6d00;
  margin-bottom: -6px;
}

.newportfolioGrp h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-family: Jost;
}

.newportfolioGrp small {
  color: #888;
}

.gameLogo {
  width: 100px;
  margin-top: 35px;
}

.gameLogo img {
  width: 100%;
  border-radius: 5%;
}

.homePlayerGrp {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.aboutStartPrcjt {
  padding-top: 8%;
  padding-left: 9%;
}

.contactMap {
  width: auto;
  height: 400px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contactMap iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.teamMemberGrp {
  background-color: #f8f9fa;
  padding: 40px 0 50px 0;
}

.teamImg {
  width: 280px;
  height: 350px;
  background-color: #fff;
  margin: 20px auto 0 auto;
  padding: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.teamImg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 3px;
}

.teamGrp {
  margin: 30px 0;
}

.teamInfo h5 {
  font-weight: bolder;
  font-family: Jost;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #4d5978;
}

.teamInfo p {
  text-transform: capitalize;
  color: #ff6d00;
  font-weight: 500;
}

.teamInfo {
  margin-top: 20px;
  text-align: center;
}

.workStyle .mt-5 {
  margin-top: 120px !important;
}

.logoText h1 {
  color: #4c5979;
  font-family: "Maven Pro", sans-serif;
  margin-top: 0;
  text-transform: lowercase;
}

footer .logoText h1 {
  color: #fff;
}

.logoText .logoColor {
  color: #ff6d00;
  margin-left: 0;
}

.serviceInd {
  margin: 20px 0;
  padding: 40px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.serviceInd i {
  color: #ff6d00;
  font-size: 50px;
  margin: 15px 0;
}

.serviceInd h5 {
  font-family: Jost;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.serviceInd p {
  font-size: 15px;
  color: #9d9ea0;
}

.serviceInner {
  margin-bottom: 50px;
}

.noticeImg {
  width: auto;
  height: 580px;
  overflow: hidden;
}

.noticeImg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.modalNotice {
  position: relative;
}

.modalNotice button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  opacity: 1;
  margin: 0px;
  margin-top: -14px;
  margin-right: -13px;
}

.corssBtns {
  background-color: red;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  text-align: center;
}

.bramoFeedback {
  margin: 50px 0;
  width: auto;
  height: 1150px;
}

.bramoFeedback iframe {
  width: 100%;
  height: 100%;
}

.neoProducInfoHead h5 {
  font-weight: 800;
  color: #212121;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 10px;
  font-family: Jost;
}

.neoProducInfoHead h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: Jost;
  color: #ff6d00;
  text-transform: uppercase;
}

.neoProducInfoHead p {
  font-size: 16px;
  color: #4c5979;
  margin: 10px 0 15px 0;
  line-height: 28px;
}

.neoProductWrap {
  padding: 50px 0;
}

.neoProductImg {
  width: auto;
  height: 270px;
  margin: 0 auto;
}

.neoProductImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newFeatureBox {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 5px 20px 3px rgb(153 153 153 / 10%);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newFeatureBox i {
  color: #ff6d00;
  font-size: 45px;
}

.newFeatureBox h6 {
  font-size: 16px;
  color: #212121;
  margin: 10px 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Jost";
}

.newFeatureBox p {
  font-size: 15px;
  font-weight: 400;
  color: #888;
}

.whyneoInfo h3 {
  font-size: 32px;
  color: #212121;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 800;
  font-family: "Jost";
}

.whyneoInfo h6 {
  font-size: 18px;
  color: #212121;
  font-family: "Jost";
  opacity: 0.75;
  text-align: left;
  font-weight: 400;
  margin-top: 10px;
}

.whyNeoList ul {
  margin: 25px 0;
  padding: 0;
}

.whyNeoList li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  color: #888;
  font-size: 15px;
}

.whyNeoList i {
  color: #ff6d00;
}

.whyHrmSolution {
  margin-bottom: 100px;
}

.featureImg {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
}

.featureImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hrmKeyFeatures {
  padding: 80px 0;
  background-color: #fef8f5;
}

.featureBgGrp {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 5px 20px 3px rgb(153 153 153 / 10%);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.featureBgGrp h5 {
  color: #212121;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Jost";
}

.featureBgGrp p {
  font-size: 16px;
  color: #212121;
  opacity: 0.75;
}

.wanttoHear {
  background-color: #fef8f5;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 30px;
}

.whyNeoBgnew {
  background-color: #fef8f5;
}

.wanttoHear h5 {
  color: #212121;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  font-family: "Jost";
}

.wanttoHear h6 {
  font-size: 16px;
  color: #ff6d00;
  letter-spacing: 4px;
  margin: 15px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.empoloyeeMonth h5 {
  font-weight: 700;
  font-size: 28px;
}

.empoloyeeMonth .neoProductImg {
  width: 350px;
  height: 450px;
  margin: 0 0 0 70px;
}

.gameCharacterImg {
  width: auto;
  height: 250px;
  margin-bottom: 20px;
}

.gameCharacterImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gameCharacterInfo h6 {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  text-align: center;
  font-family: "Jost";
  margin-bottom: 5px;
  text-transform: capitalize;
}

.gameCharacterInfo p {
  font-size: 15px;
  color: #ff6d00;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.gameCharacterInfo {
  margin-bottom: 30px;
}

.twodgameFrame {
  width: auto;
  height: 200px;
  margin-bottom: 15px;
}

.twodgameFrame img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.twodGameGrp h5 {
  text-align: center;
  font-weight: 600;
  font-family: "Jost";
  font-size: 18px;
  color: #212121;
}

.twodGameGrp p {
  text-align: center;
  font-weight: 400;
  font-family: "Jost";
  font-size: 14px;
  color: #ff6d00;
  text-transform: uppercase;
}

.twodGameGrp {
  margin: 20px auto 0 auto;
}

.glimpseGrp {
  margin-bottom: 70px;
}
button:focus {
  outline: 0px solid !important;
}
